Stop the Bot [Web]

Stop the Bot

(no description)

https://challenges.neverlanctf.com:1140

Answer

Since the challenge contains a reference to bot we check the robots.txt file on the server:

# curl https://challenges.neverlanctf.com:1140/robots.txt
User-agent: *
Disallow: /
Disallow: flag.txt

The robots.txt file shows us that there is a flag.txt file on the site.

# curl https://challenges.neverlanctf.com:1140/flag.txt
flag{n0_b0ts_all0w3d}

Flag

flag{n0_b0ts_all0w3d}